Labels:text | screenshot | font | number | parallel OCR: The Code ULONG ulFOO(ULONG ulParm)A PULONG pulPtr = new ULONG[16]; LONG iTmp; ULONG aulTmp[2]; ULONG ulRes = ulFoo(10); The Stack ulParm(= 10)A Return Ådr aul.Tmp[1]A aulTmp[0]A Auto vars are not pushed. iTmp ESP is just decremented ulPtr ESP points here after after function is entered Stack Bottom Figure 1. Example of stack usage in a function call,